* {
	margin: 0;
	padding: 0;
}
body {
	position: relative;
}
.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
